home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / AwesimeFifo.h,v < prev    next >
Text File  |  1989-02-23  |  964b  |  81 lines

  1. head     3.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    grunwald:3.2; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 3.2
  10. date     89.02.20.15.31.54;  author grunwald;  state Exp;
  11. branches ;
  12. next     3.1;
  13.  
  14. 3.1
  15. date     88.12.20.13.49.30;  author grunwald;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     88.10.30.13.05.31;  author grunwald;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     88.09.18.16.42.02;  author grunwald;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @@
  32.  
  33.  
  34. 3.2
  35. log
  36. @Start using Gnu library heaps for schedulers
  37. @
  38. text
  39. @// This may look like C code, but it is really -*- C++ -*-
  40. // 
  41. // Copyright (C) 1988 University of Illinois, Urbana, Illinois
  42. //
  43. // written by Dirk Grunwald (grunwald@@cs.uiuc.edu)
  44. //
  45. #ifndef AWESIMEFIFO
  46. #define AWESIMEFIFO
  47.  
  48. #define FIFO_NAME AwesimeFifo
  49. #define FIFO_ITEM AwesimePtr
  50.  
  51. #include "GenericFifo.h"
  52.  
  53. #endif
  54.  
  55. @
  56.  
  57.  
  58. 3.1
  59. log
  60. @Steay version
  61. @
  62. text
  63. @@
  64.  
  65.  
  66. 1.2
  67. log
  68. @*** empty log message ***
  69. @
  70. text
  71. @@
  72.  
  73.  
  74. 1.1
  75. log
  76. @Initial revision
  77. @
  78. text
  79. @d1 6
  80. @
  81.